DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetTargetContentOffset Method

In This Topic
    GetTargetContentOffset Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetTargetContentOffset( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal proposedContentOffset As CoreGraphics.CGPoint _
    ) As CoreGraphics.CGPoint
    public virtual CoreGraphics.CGPoint GetTargetContentOffset( 
       UIKit.UICollectionView collectionView,
       CoreGraphics.CGPoint proposedContentOffset
    )

    Parameters

    collectionView
    proposedContentOffset
    See Also